Installation
============

1. Extract theme.zip and upload the theme folder via FTP to your wp-content/themes/ directory, or login into wordpress administration - Dashboard > Appearance > Add New Themes > Upload
2. Go to your WordPress Admin Dashboard > Appearance > Themes and select this theme to activate.
3. Once activated, you're ready to use it.

Support
========
If you have any problem or found some bugs upon using this WordPress theme, feel free to post a comment on http://www.simplewpthemes.com.


Theme options
============
If you want images in image slider, select category in theme options, number of slides, add new post under that category, and then add in custom field slide, and leave link to the image. 

How to have different styles in category menu?
==============================
First, you need to get ID's of your categories. The easies way is using Firebug,  Firefox addon - if you have it, but if you dont have it - open up Firefox, Tools, Addons, type firebug in search, download, and install it. Restart Firefox. Right click on some category item and you'll see:

<li class="cat-item cat-item-48"> 

or something like that. 

Now, open up style.css in themes directory and find /* blue */ . 
You'll see this beneath:

ul#nav2 li.cat-item-4  {
  background: url(images/menunavleftblue.gif) no-repeat scroll left center;
}
ul#nav2 li.cat-item-4 a {
  background: url(images/menunavrightblue.gif) no-repeat scroll right center;
}
ul#nav2 li.cat-item-4:hover  {
  background: url(images/menunavleftblueh.gif) no-repeat scroll left center;
}
ul#nav2 li.cat-item-4 a:hover {
  background: url(images/menunavrightblueh.gif) no-repeat scroll right center;
}

All you have to do is replace number 4 with your category ID number and your link will become blue. 
Same thing works for other colors. 

Enjoy.


All best, 
http://www.simplewpthemes.com
